Uses of Class
edu.uky.ai.lp.Game
| Package | Description |
|---|---|
| edu.uky.ai.lp.ai |
Contains classes for creating agents who play "Hunt the Wumpus".
|
| edu.uky.ai.lp.gui |
Contains classes for drawing a GUI for "Hunt the Wumpus".
|
-
Uses of Game in edu.uky.ai.lp.ai
Methods in edu.uky.ai.lp.ai with parameters of type Game Modifier and Type Method Description ActionAgent. chooseAction(Game game)Chooses the next move for the player to make.ActionHumanAgent. chooseAction(Game game)ActionLogicAgent. chooseAction(Game game) -
Uses of Game in edu.uky.ai.lp.gui
Fields in edu.uky.ai.lp.gui declared as Game Modifier and Type Field Description GameGamePanel. gameConstructors in edu.uky.ai.lp.gui with parameters of type Game Constructor Description GamePanel(Game map)WumpusFrame(Game game)WumpusPanel(Game game)